home *** CD-ROM | disk | FTP | other *** search
/ Champak 110 / jogo-disk-110.iso / Games / hottest_looks_for_girls_summer_game.swf / scripts / frame_1 / PlaceObject2_15_8 / CLIPACTIONRECORD onClipEvent(enterFrame).as
Text File  |  2008-11-12  |  219b  |  10 lines

  1. onClipEvent(enterFrame){
  2.    loaded = _root.getBytesLoaded();
  3.    total = _root.getBytesTotal();
  4.    this.bar._xscale = loaded / total * 100;
  5.    if(this.bar._xscale == 100)
  6.    {
  7.       _root.gotoAndPlay(2);
  8.    }
  9. }
  10.